@charset "utf-8";
/**基本格式开始***************/
* {
    word-break: break-all;
}




/**基本格式结束***************/

/*森科单页头部开始*/

.bodyCon08 .students {
    margin: 0 auto;
    width: 1200px;
    height: 480px;
    position: relative;
}

.bodyCon08 .students p.PP {
    width: 510px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 300px;
}

#four_flash {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: absolute;
    bottom:23%;
    left:0;
}

#four_flash .flashBg {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#four_flash .flashBg ul.mobile {
    width: 2000%;
    height: 400px;
    position: absolute;
    top: 15px;
    left: 0;
}

#four_flash .flashBg ul.mobile li {
    float: left;
    width: 280px;
    height: 340px;
    margin-left: 15px;
    color: #353535;
}

#four_flash .flashBg ul.mobile li:hover {
    color: #fff;
}

#four_flash .flashBg ul.mobile li img {
    width: 280px;
    height:200px;
    display: block;
    margin: 0 auto;
}

#four_flash .flashBg ul.mobile li dd {
    font-size: 20px;
    width:100%;
    line-height: 30px;
    text-align: center;
}

#four_flash .flashBg ul.mobile li p {
    font-size: 16px;
    text-align: center;
    width: 250px;
    line-height: 24px;
    margin-top: 10px;
}

#four_flash .flashBg ul.mobile li a {
    display: block;
    width: 280px;
    height:auto;
    border: 0px;
    margin: 8px auto;
}


#four_flash .but_left {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 90px;
    left: 0px;
}

#four_flash .but_right {
    width: 50px;
    height: 100px;
    position: absolute;
    top: 90px;
    right: 0px;
}


.but_right,.but_left img{
    width:80%;
}


.but_left,.but_right img{
    width:80%;
	display:block;
	float:right;
}

#four_flash .flashBg ul.mobile li a dd{
    font-size:14px !important;
}


